home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 41 / PC Gamer IT CD 41 2-2.iso / utility / net2phone / data1.cab / Langauge_Independent / Net2fone.exe / 0 / RCDATA / TPURCHASEQUERY / TPURCHASEQUERY.txt
Text File  |  1999-03-22  |  2KB  |  76 lines

  1. object PurchaseQuery: TPurchaseQuery
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Purchase Calling Time'
  7.   ClientHeight = 170
  8.   ClientWidth = 314
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object SelectLabel: TLabel
  19.     Left = 16
  20.     Top = 16
  21.     Width = 68
  22.     Height = 13
  23.     Caption = 'Select One:'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Panel1: TPanel
  32.     Left = 8
  33.     Top = 48
  34.     Width = 297
  35.     Height = 73
  36.     BevelOuter = bvLowered
  37.     TabOrder = 0
  38.     object UseForm: TRadioButton
  39.       Left = 16
  40.       Top = 14
  41.       Width = 273
  42.       Height = 17
  43.       Caption = 'Recharge Credit Card on File'
  44.       Checked = True
  45.       TabOrder = 0
  46.       TabStop = True
  47.     end
  48.     object UseWeb: TRadioButton
  49.       Left = 16
  50.       Top = 42
  51.       Width = 273
  52.       Height = 17
  53.       Caption = 'Use WEB Page'
  54.       TabOrder = 1
  55.     end
  56.   end
  57.   object OkBtn: TButton
  58.     Left = 63
  59.     Top = 136
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'OK'
  63.     ModalResult = 1
  64.     TabOrder = 1
  65.   end
  66.   object CancelBtn: TButton
  67.     Left = 175
  68.     Top = 136
  69.     Width = 75
  70.     Height = 25
  71.     Caption = 'Cancel'
  72.     ModalResult = 2
  73.     TabOrder = 2
  74.   end
  75. end
  76.